home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / v cisle / deskspace / DeskSpace152TrialSetup.exe / help / style / default.css < prev    next >
Cascading Style Sheet File  |  2006-09-10  |  3KB  |  171 lines

  1. /*
  2.     Otaku Software Website Style Sheet
  3.     File: default.css
  4.     Version: 1.0
  5.     Date: 20/09/2004
  6.     Authors: Garry Stewart, James Stewart
  7. */
  8.  
  9. /* Begin : Default Tag Styles */
  10.  
  11. /* The body of the page has no padding or border */
  12. body
  13. {
  14.     color: #000000;
  15.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  16.     font-weight: normal;
  17.     font-size: 11px;
  18.     vertical-align: top;
  19.     padding: 0px;
  20.     border: 0px;
  21.     margin: 0px;
  22.     background-color: #FFFFFF;
  23. }
  24.  
  25. /* Largest header */
  26. h1
  27. {
  28.     color: #228B22;
  29.     font-family: Arial, Helvetica, Sans-Serif;
  30.     font-size: 18px;
  31.     font-weight: bold;
  32.     margin-left: 0px;
  33.     margin-right: 0px;
  34.     margin-top: 0px;
  35.     margin-bottom: 1em;
  36.     border-bottom: 1px solid #D1E1E6;
  37. }
  38.  
  39. /* Second largest header */
  40. h2
  41. {
  42.     color: #0669B2;
  43.     font-family: Arial, Helvetica, Sans-Serif;
  44.     font-weight: bold;
  45.     font-size: 16px;
  46.     margin-left: 0px;
  47.     margin-right: 0px;
  48.     margin-top: 0px;
  49.     margin-bottom: 1em;
  50.     border-bottom: 1px solid #D1E1E6;
  51. }
  52.  
  53. /* Third largest header */
  54. h3
  55. {
  56.     color: #2E8B57;
  57.     font-family: Arial, Helvetica, Sans-Serif;
  58.     font-weight: bold;
  59.     font-size: 14px;
  60.     letter-spacing: 1px;
  61.     margin-left: 0px;
  62.     margin-right: 0px;
  63.     margin-top: 0px;
  64.     margin-bottom: 1em;
  65.     border-bottom: 1px solid #D1E1E6;
  66. }
  67.  
  68. /* Fourth largest header */
  69. h4
  70. {
  71.     color: #008B8B;
  72.     font-family: Arial, Helvetica, Sans-Serif;
  73.     font-weight: bold;
  74.     font-size: 14px;
  75.     letter-spacing: 1px;
  76.     margin-left: 0px;
  77.     margin-right: 0px;
  78.     margin-top: 0px;
  79.     margin-bottom: 1em;
  80.     border-bottom: 1px solid #D1E1E6;
  81. }
  82.  
  83. /* Links are light blue, don't change color when visited, and have no underline */
  84. a, a:visited, a:hover, a:active
  85. {
  86.     border: 0px;
  87.     color: #1E90FF;
  88.     text-decoration: underline;
  89.     margin-left: 0px;
  90.     margin-right: 0px;
  91.     margin-top: 0px;
  92.     margin-bottom: 0px;
  93. }
  94.  
  95. /* Paragraphs have a margin at the bottom */
  96.  
  97. p
  98. {
  99.     vertical-align: top;
  100.     padding: 0px;
  101.     border: 0px;
  102.     margin-left : 0px;
  103.     margin-right : 0px;
  104.     margin-top : 0px;
  105.     margin-bottom : 1em;
  106. }
  107.  
  108. /* Divs, tables, table rows, and table cells don't have any margins or padding */
  109. div
  110. {
  111.     vertical-align: top;
  112.     padding: 0px;
  113.     border: 0px;
  114.     margin-left : 0px;
  115.     margin-right : 0px;
  116.     margin-top : 0px;
  117.     margin-bottom : 0px;
  118. }
  119.  
  120. table
  121. {
  122.     font-family: inherit !important;
  123.     font-weight: inherit !important;
  124.     font-size: inherit !important;
  125.     vertical-align: top;
  126.     padding: 0px;
  127.     border: 0px;
  128.     margin-left : 0px;
  129.     margin-right : 0px;
  130.     margin-top : 0px;
  131.     margin-bottom : 0px;
  132. }
  133.  
  134. tr
  135. {
  136.     font-family: inherit !important;
  137.     font-weight: inherit !important;
  138.     font-size: inherit !important;
  139.     vertical-align: top;
  140.     padding: 0px;
  141.     margin-left : 0px;
  142.     margin-right : 0px;
  143.     margin-top : 0px;
  144.     margin-bottom : 0px;
  145. }
  146.  
  147. td
  148. {    
  149.     font-family: inherit !important;
  150.     font-weight: inherit !important;
  151.     font-size: inherit !important;
  152.     vertical-align: top;
  153.     padding: 0px;
  154.     margin-left : 0px;
  155.     margin-right : 0px;
  156.     margin-top : 0px;
  157.     margin-bottom : 0px;
  158. }
  159.  
  160. /* Images don't have a border */
  161. img
  162. {
  163.     border : 0px;
  164.     margin-left : 0px;
  165.     margin-right : 0px;
  166.     margin-top : 0px;
  167.     margin-bottom : 0px;
  168. }
  169.  
  170. /* End: Default Tag Styles */
  171.